Termination Proof Script
Consider the TRS R consisting of the rewrite rules
|
1: |
|
f(a,h(x)) |
→ f(g(x),h(x)) |
2: |
|
h(g(x)) |
→ h(a) |
3: |
|
g(h(x)) |
→ g(x) |
4: |
|
h(h(x)) |
→ x |
|
There are 4 dependency pairs:
|
5: |
|
F(a,h(x)) |
→ F(g(x),h(x)) |
6: |
|
F(a,h(x)) |
→ G(x) |
7: |
|
H(g(x)) |
→ H(a) |
8: |
|
G(h(x)) |
→ G(x) |
|
The approximated dependency graph contains 2 SCCs:
{8}
and {5}.
-
Consider the SCC {8}.
There are no usable rules.
By taking the AF π with
π(G) = 1 together with
the lexicographic path order with
empty precedence,
rule 8
is strictly decreasing.
-
Consider the SCC {5}.
The usable rules are {2-4}.
The constraints could not be solved.
Tyrolean Termination Tool (0.01 seconds)
--- May 4, 2006